[INFO] cloning repository https://github.com/uzervlad/rosu-pp-go
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/uzervlad/rosu-pp-go" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fuzervlad%2Frosu-pp-go", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fuzervlad%2Frosu-pp-go'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] efab33d37dfb82eef912ed84cdb8739523a156bd
[INFO] fixing uzervlad/rosu-pp-go against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fuzervlad%2Frosu-pp-go" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/uzervlad/rosu-pp-go
[INFO] finished tweaking git repo https://github.com/uzervlad/rosu-pp-go
[INFO] tweaked toml for git repo https://github.com/uzervlad/rosu-pp-go written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/uzervlad/rosu-pp-go on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/uzervlad/rosu-pp-go already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 473a734ce4411b8450ae32836f6f9f4af55b14461220d403b677d1a5d26855c4
[INFO] running `Command { std: "docker" "start" "473a734ce4411b8450ae32836f6f9f4af55b14461220d403b677d1a5d26855c4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "473a734ce4411b8450ae32836f6f9f4af55b14461220d403b677d1a5d26855c4" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "473a734ce4411b8450ae32836f6f9f4af55b14461220d403b677d1a5d26855c4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "473a734ce4411b8450ae32836f6f9f4af55b14461220d403b677d1a5d26855c4" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]     Checking rosu-mods v0.3.1
[INFO] [stderr]     Checking rosu-map v0.2.1
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]     Checking rosu-pp v3.1.0
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling darling_core v0.13.4
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling darling_macro v0.13.4
[INFO] [stderr]    Compiling darling v0.13.4
[INFO] [stderr]    Compiling interoptopus_proc v0.14.23
[INFO] [stderr]     Checking interoptopus v0.14.27
[INFO] [stderr]     Checking interoptopus_backend_c v0.14.25
[INFO] [stderr]     Checking rosu-pp-go v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/lib.rs from 2021 edition to 2024
[INFO] [stderr] error: errors present after applying fixes to crate `rosu_pp_go`
[INFO] [stderr]  --> src/lib.rs
[INFO] [stderr]   = cause: error: expected type, found keyword `unsafe`
[INFO] [stderr]              --> src/lib.rs:60:6
[INFO] [stderr]               |
[INFO] [stderr]            60 | impl unsafe(ScoreParams) {
[INFO] [stderr]               |      ^^^^^^ expected type
[INFO] [stderr]            
[INFO] [stderr]            
[INFO] [stderr]            error: aborting due to 1 previous error
[INFO] [stderr] help: to report this as a bug, open an issue at https://github.com/rust-lang/rust/issues, quoting the full output of this command
[INFO] [stderr] help: to possibly apply more fixes, pass in the `--broken-code` flag
[INFO] [stderr] note: original diagnostics will follow:
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/lib.rs:61:2
[INFO] [stdout]    |
[INFO] [stdout] 61 | /     #[ffi_service_ctor]
[INFO] [stdout] 62 | |     pub fn new() -> Result<Self, Error> {
[INFO] [stdout] 63 | |         Ok(Self::default())
[INFO] [stdout] 64 | |     }
[INFO] [stdout]    | |_____^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: `--force-warn unsafe-attr-outside-unsafe` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 61 ~     unsafe(#[ffi_service_ctor]
[INFO] [stdout] 62 |     pub fn new() -> Result<Self, Error> {
[INFO] [stdout] 63 |         Ok(Self::default())
[INFO] [stdout] 64 ~     })
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/lib.rs:66:2
[INFO] [stdout]    |
[INFO] [stdout] 66 | /     #[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 67 | |     pub fn mode(&mut self, mode: Mode) {
[INFO] [stdout] 68 | |         self.mode = Some(mode).into();
[INFO] [stdout] 69 | |     }
[INFO] [stdout]    | |_____^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 66 ~     unsafe(#[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 67 |     pub fn mode(&mut self, mode: Mode) {
[INFO] [stdout] 68 |         self.mode = Some(mode).into();
[INFO] [stdout] 69 ~     })
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/lib.rs:71:2
[INFO] [stdout]    |
[INFO] [stdout] 71 | /     #[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 72 | |     pub fn mods(&mut self, mods: u32) {
[INFO] [stdout] 73 | |         self.mods = mods;
[INFO] [stdout] 74 | |     }
[INFO] [stdout]    | |_____^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 71 ~     unsafe(#[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 72 |     pub fn mods(&mut self, mods: u32) {
[INFO] [stdout] 73 |         self.mods = mods;
[INFO] [stdout] 74 ~     })
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/lib.rs:75:2
[INFO] [stdout]    |
[INFO] [stdout] 75 | /     #[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 76 | |     pub fn acc(&mut self, acc: f64) {
[INFO] [stdout] 77 | |         self.acc = Some(acc).into();
[INFO] [stdout] 78 | |     }
[INFO] [stdout]    | |_____^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 75 ~     unsafe(#[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 76 |     pub fn acc(&mut self, acc: f64) {
[INFO] [stdout] 77 |         self.acc = Some(acc).into();
[INFO] [stdout] 78 ~     })
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/lib.rs:79:2
[INFO] [stdout]    |
[INFO] [stdout] 79 | /     #[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 80 | |     pub fn n300(&mut self, n300: u32) {
[INFO] [stdout] 81 | |         self.n300 = Some(n300).into();
[INFO] [stdout] 82 | |     }
[INFO] [stdout]    | |_____^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 79 ~     unsafe(#[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 80 |     pub fn n300(&mut self, n300: u32) {
[INFO] [stdout] 81 |         self.n300 = Some(n300).into();
[INFO] [stdout] 82 ~     })
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/lib.rs:83:2
[INFO] [stdout]    |
[INFO] [stdout] 83 | /     #[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 84 | |     pub fn n100(&mut self, n100: u32) {
[INFO] [stdout] 85 | |         self.n100 = Some(n100).into();
[INFO] [stdout] 86 | |     }
[INFO] [stdout]    | |_____^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 83 ~     unsafe(#[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 84 |     pub fn n100(&mut self, n100: u32) {
[INFO] [stdout] 85 |         self.n100 = Some(n100).into();
[INFO] [stdout] 86 ~     })
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/lib.rs:87:2
[INFO] [stdout]    |
[INFO] [stdout] 87 | /     #[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 88 | |     pub fn n50(&mut self, n50: u32) {
[INFO] [stdout] 89 | |         self.n50 = Some(n50).into();
[INFO] [stdout] 90 | |     }
[INFO] [stdout]    | |_____^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 87 ~     unsafe(#[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 88 |     pub fn n50(&mut self, n50: u32) {
[INFO] [stdout] 89 |         self.n50 = Some(n50).into();
[INFO] [stdout] 90 ~     })
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/lib.rs:92:2
[INFO] [stdout]    |
[INFO] [stdout] 92 | /     #[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 93 | |     pub fn combo(&mut self, combo: u32) {
[INFO] [stdout] 94 | |         self.combo = Some(combo).into();
[INFO] [stdout] 95 | |     }
[INFO] [stdout]    | |_____^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 92 ~     unsafe(#[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 93 |     pub fn combo(&mut self, combo: u32) {
[INFO] [stdout] 94 |         self.combo = Some(combo).into();
[INFO] [stdout] 95 ~     })
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/lib.rs:96:2
[INFO] [stdout]    |
[INFO] [stdout] 96 | /     #[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 97 | |     pub fn score(&mut self, score: u32) {
[INFO] [stdout] 98 | |         self.score = Some(score).into();
[INFO] [stdout] 99 | |     }
[INFO] [stdout]    | |_____^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 96 ~     unsafe(#[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 97 |     pub fn score(&mut self, score: u32) {
[INFO] [stdout] 98 |         self.score = Some(score).into();
[INFO] [stdout] 99 ~     })
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/lib.rs:101:2
[INFO] [stdout]     |
[INFO] [stdout] 101 | /     #[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 102 | |     pub fn n_misses(&mut self, n_misses: u32) {
[INFO] [stdout] 103 | |         self.nMisses = Some(n_misses).into();
[INFO] [stdout] 104 | |     }
[INFO] [stdout]     | |_____^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 101 ~     unsafe(#[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 102 |     pub fn n_misses(&mut self, n_misses: u32) {
[INFO] [stdout] 103 |         self.nMisses = Some(n_misses).into();
[INFO] [stdout] 104 ~     })
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/lib.rs:106:2
[INFO] [stdout]     |
[INFO] [stdout] 106 | /     #[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 107 | |     pub fn n_katu(&mut self, n_katu: u32) {
[INFO] [stdout] 108 | |         self.nKatu = Some(n_katu).into();
[INFO] [stdout] 109 | |     }
[INFO] [stdout]     | |_____^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 106 ~     unsafe(#[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 107 |     pub fn n_katu(&mut self, n_katu: u32) {
[INFO] [stdout] 108 |         self.nKatu = Some(n_katu).into();
[INFO] [stdout] 109 ~     })
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/lib.rs:111:2
[INFO] [stdout]     |
[INFO] [stdout] 111 | /     #[ffi_service_method(on_panic = "return_default")]
[INFO] [stdout] 112 | |     pub fn passed_objects(&mut self, passed_objects: u32) {
[INFO] [stdout] 113 | |         self.passedObjects = Some(passed_objects).into();
[INFO] [stdout] 114 | |     }
[INFO] [stdout]     | |_____^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 111 ~     unsafe(#[ffi_service_method(on_panic = "return_default")]
[INFO] [stdout] 112 |     pub fn passed_objects(&mut self, passed_objects: u32) {
[INFO] [stdout] 113 |         self.passedObjects = Some(passed_objects).into();
[INFO] [stdout] 114 ~     })
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/lib.rs:116:2
[INFO] [stdout]     |
[INFO] [stdout] 116 | /     #[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 117 | |     pub fn clock_rate(&mut self, clock_rate: f64) {
[INFO] [stdout] 118 | |         self.clockRate = Some(clock_rate).into();
[INFO] [stdout] 119 | |     }
[INFO] [stdout]     | |_____^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 116 ~     unsafe(#[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 117 |     pub fn clock_rate(&mut self, clock_rate: f64) {
[INFO] [stdout] 118 |         self.clockRate = Some(clock_rate).into();
[INFO] [stdout] 119 ~     })
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/lib.rs:60:6
[INFO] [stdout]    |
[INFO] [stdout] 60 | impl ScoreParams {
[INFO] [stdout]    |      ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 60 | impl unsafe(ScoreParams) {
[INFO] [stdout]    |      +++++++           +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/lib.rs:378:2
[INFO] [stdout]     |
[INFO] [stdout] 378 | /     #[ffi_service_ctor(on_panic = "ffi_error")]
[INFO] [stdout] 379 | |     pub fn new(beatmap_path: AsciiPointer) -> Result<Self, Error> {
[INFO] [stdout] 380 | |         let str = beatmap_path.as_c_str().unwrap().to_str().unwrap();
[INFO] [stdout] 381 | |         Ok(Self {
[INFO] [stdout] 382 | |             inner: Beatmap::from_path(str).unwrap(),
[INFO] [stdout] 383 | |         })
[INFO] [stdout] 384 | |     }
[INFO] [stdout]     | |_____^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 378 ~     unsafe(#[ffi_service_ctor(on_panic = "ffi_error")]
[INFO] [stdout] 379 |     pub fn new(beatmap_path: AsciiPointer) -> Result<Self, Error> {
[INFO] [stdout] ...
[INFO] [stdout] 383 |         })
[INFO] [stdout] 384 ~     })
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/lib.rs:386:2
[INFO] [stdout]     |
[INFO] [stdout] 386 | /     #[ffi_service_ctor(on_panic = "ffi_error")]
[INFO] [stdout] 387 | |     pub fn from_data(beatmap_data: AsciiPointer) -> Result<Self, Error> {
[INFO] [stdout] 388 | |         let str = beatmap_data.as_c_str().unwrap().to_str().unwrap();
[INFO] [stdout] 389 | |         Ok(Self {
[INFO] [stdout] 390 | |             inner: Beatmap::from_bytes(str.as_bytes()).unwrap(),
[INFO] [stdout] 391 | |         })
[INFO] [stdout] 392 | |     }
[INFO] [stdout]     | |_____^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 386 ~     unsafe(#[ffi_service_ctor(on_panic = "ffi_error")]
[INFO] [stdout] 387 |     pub fn from_data(beatmap_data: AsciiPointer) -> Result<Self, Error> {
[INFO] [stdout] ...
[INFO] [stdout] 391 |         })
[INFO] [stdout] 392 ~     })
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/lib.rs:394:2
[INFO] [stdout]     |
[INFO] [stdout] 394 | /     #[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 395 | |     pub fn calculate(&mut self, score_params: &ScoreParams) -> CalculateResult {
[INFO] [stdout] 396 | |         let mods = score_params.mods;
[INFO] [stdout] 397 | |         let clock_rate = score_params.clockRate;
[INFO] [stdout] ...   |
[INFO] [stdout] 406 | |     }
[INFO] [stdout]     | |_____^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 394 ~     unsafe(#[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 395 |     pub fn calculate(&mut self, score_params: &ScoreParams) -> CalculateResult {
[INFO] [stdout] ...
[INFO] [stdout] 405 |         )
[INFO] [stdout] 406 ~     })
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/lib.rs:377:6
[INFO] [stdout]     |
[INFO] [stdout] 377 | impl Calculator {
[INFO] [stdout]     |      ^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 377 | impl unsafe(Calculator) {
[INFO] [stdout]     |      +++++++          +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: errors present after applying fixes to crate `rosu_pp_go`
[INFO] [stderr]  --> src/lib.rs
[INFO] [stderr]   = cause: error: expected type, found keyword `unsafe`
[INFO] [stderr]              --> src/lib.rs:60:6
[INFO] [stderr]               |
[INFO] [stderr]            60 | impl unsafe(ScoreParams) {
[INFO] [stderr]               |      ^^^^^^ expected type
[INFO] [stderr]            
[INFO] [stderr]            
[INFO] [stderr]            error: aborting due to 1 previous error
[INFO] [stderr] help: to report this as a bug, open an issue at https://github.com/rust-lang/rust/issues, quoting the full output of this command
[INFO] [stderr] help: to possibly apply more fixes, pass in the `--broken-code` flag
[INFO] [stderr] note: original diagnostics will follow:
[INFO] [stderr]    Migrating tests/bindings.rs from 2021 edition to 2024
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/lib.rs:61:2
[INFO] [stdout]    |
[INFO] [stdout] 61 | /     #[ffi_service_ctor]
[INFO] [stdout] 62 | |     pub fn new() -> Result<Self, Error> {
[INFO] [stdout] 63 | |         Ok(Self::default())
[INFO] [stdout] 64 | |     }
[INFO] [stdout]    | |_____^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout]    = note: `--force-warn unsafe-attr-outside-unsafe` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 61 ~     unsafe(#[ffi_service_ctor]
[INFO] [stdout] 62 |     pub fn new() -> Result<Self, Error> {
[INFO] [stdout] 63 |         Ok(Self::default())
[INFO] [stdout] 64 ~     })
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/lib.rs:66:2
[INFO] [stdout]    |
[INFO] [stdout] 66 | /     #[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 67 | |     pub fn mode(&mut self, mode: Mode) {
[INFO] [stdout] 68 | |         self.mode = Some(mode).into();
[INFO] [stdout] 69 | |     }
[INFO] [stdout]    | |_____^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 66 ~     unsafe(#[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 67 |     pub fn mode(&mut self, mode: Mode) {
[INFO] [stdout] 68 |         self.mode = Some(mode).into();
[INFO] [stdout] 69 ~     })
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/lib.rs:71:2
[INFO] [stdout]    |
[INFO] [stdout] 71 | /     #[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 72 | |     pub fn mods(&mut self, mods: u32) {
[INFO] [stdout] 73 | |         self.mods = mods;
[INFO] [stdout] 74 | |     }
[INFO] [stdout]    | |_____^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 71 ~     unsafe(#[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 72 |     pub fn mods(&mut self, mods: u32) {
[INFO] [stdout] 73 |         self.mods = mods;
[INFO] [stdout] 74 ~     })
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/lib.rs:75:2
[INFO] [stdout]    |
[INFO] [stdout] 75 | /     #[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 76 | |     pub fn acc(&mut self, acc: f64) {
[INFO] [stdout] 77 | |         self.acc = Some(acc).into();
[INFO] [stdout] 78 | |     }
[INFO] [stdout]    | |_____^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 75 ~     unsafe(#[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 76 |     pub fn acc(&mut self, acc: f64) {
[INFO] [stdout] 77 |         self.acc = Some(acc).into();
[INFO] [stdout] 78 ~     })
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/lib.rs:79:2
[INFO] [stdout]    |
[INFO] [stdout] 79 | /     #[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 80 | |     pub fn n300(&mut self, n300: u32) {
[INFO] [stdout] 81 | |         self.n300 = Some(n300).into();
[INFO] [stdout] 82 | |     }
[INFO] [stdout]    | |_____^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 79 ~     unsafe(#[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 80 |     pub fn n300(&mut self, n300: u32) {
[INFO] [stdout] 81 |         self.n300 = Some(n300).into();
[INFO] [stdout] 82 ~     })
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/lib.rs:83:2
[INFO] [stdout]    |
[INFO] [stdout] 83 | /     #[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 84 | |     pub fn n100(&mut self, n100: u32) {
[INFO] [stdout] 85 | |         self.n100 = Some(n100).into();
[INFO] [stdout] 86 | |     }
[INFO] [stdout]    | |_____^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 83 ~     unsafe(#[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 84 |     pub fn n100(&mut self, n100: u32) {
[INFO] [stdout] 85 |         self.n100 = Some(n100).into();
[INFO] [stdout] 86 ~     })
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/lib.rs:87:2
[INFO] [stdout]    |
[INFO] [stdout] 87 | /     #[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 88 | |     pub fn n50(&mut self, n50: u32) {
[INFO] [stdout] 89 | |         self.n50 = Some(n50).into();
[INFO] [stdout] 90 | |     }
[INFO] [stdout]    | |_____^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 87 ~     unsafe(#[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 88 |     pub fn n50(&mut self, n50: u32) {
[INFO] [stdout] 89 |         self.n50 = Some(n50).into();
[INFO] [stdout] 90 ~     })
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/lib.rs:92:2
[INFO] [stdout]    |
[INFO] [stdout] 92 | /     #[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 93 | |     pub fn combo(&mut self, combo: u32) {
[INFO] [stdout] 94 | |         self.combo = Some(combo).into();
[INFO] [stdout] 95 | |     }
[INFO] [stdout]    | |_____^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 92 ~     unsafe(#[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 93 |     pub fn combo(&mut self, combo: u32) {
[INFO] [stdout] 94 |         self.combo = Some(combo).into();
[INFO] [stdout] 95 ~     })
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/lib.rs:96:2
[INFO] [stdout]    |
[INFO] [stdout] 96 | /     #[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 97 | |     pub fn score(&mut self, score: u32) {
[INFO] [stdout] 98 | |         self.score = Some(score).into();
[INFO] [stdout] 99 | |     }
[INFO] [stdout]    | |_____^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 96 ~     unsafe(#[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 97 |     pub fn score(&mut self, score: u32) {
[INFO] [stdout] 98 |         self.score = Some(score).into();
[INFO] [stdout] 99 ~     })
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/lib.rs:101:2
[INFO] [stdout]     |
[INFO] [stdout] 101 | /     #[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 102 | |     pub fn n_misses(&mut self, n_misses: u32) {
[INFO] [stdout] 103 | |         self.nMisses = Some(n_misses).into();
[INFO] [stdout] 104 | |     }
[INFO] [stdout]     | |_____^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 101 ~     unsafe(#[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 102 |     pub fn n_misses(&mut self, n_misses: u32) {
[INFO] [stdout] 103 |         self.nMisses = Some(n_misses).into();
[INFO] [stdout] 104 ~     })
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/lib.rs:106:2
[INFO] [stdout]     |
[INFO] [stdout] 106 | /     #[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 107 | |     pub fn n_katu(&mut self, n_katu: u32) {
[INFO] [stdout] 108 | |         self.nKatu = Some(n_katu).into();
[INFO] [stdout] 109 | |     }
[INFO] [stdout]     | |_____^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 106 ~     unsafe(#[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 107 |     pub fn n_katu(&mut self, n_katu: u32) {
[INFO] [stdout] 108 |         self.nKatu = Some(n_katu).into();
[INFO] [stdout] 109 ~     })
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/lib.rs:111:2
[INFO] [stdout]     |
[INFO] [stdout] 111 | /     #[ffi_service_method(on_panic = "return_default")]
[INFO] [stdout] 112 | |     pub fn passed_objects(&mut self, passed_objects: u32) {
[INFO] [stdout] 113 | |         self.passedObjects = Some(passed_objects).into();
[INFO] [stdout] 114 | |     }
[INFO] [stdout]     | |_____^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 111 ~     unsafe(#[ffi_service_method(on_panic = "return_default")]
[INFO] [stdout] 112 |     pub fn passed_objects(&mut self, passed_objects: u32) {
[INFO] [stdout] 113 |         self.passedObjects = Some(passed_objects).into();
[INFO] [stdout] 114 ~     })
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/lib.rs:116:2
[INFO] [stdout]     |
[INFO] [stdout] 116 | /     #[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 117 | |     pub fn clock_rate(&mut self, clock_rate: f64) {
[INFO] [stdout] 118 | |         self.clockRate = Some(clock_rate).into();
[INFO] [stdout] 119 | |     }
[INFO] [stdout]     | |_____^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 116 ~     unsafe(#[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 117 |     pub fn clock_rate(&mut self, clock_rate: f64) {
[INFO] [stdout] 118 |         self.clockRate = Some(clock_rate).into();
[INFO] [stdout] 119 ~     })
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/lib.rs:60:6
[INFO] [stdout]    |
[INFO] [stdout] 60 | impl ScoreParams {
[INFO] [stdout]    |      ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 60 | impl unsafe(ScoreParams) {
[INFO] [stdout]    |      +++++++           +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/lib.rs:378:2
[INFO] [stdout]     |
[INFO] [stdout] 378 | /     #[ffi_service_ctor(on_panic = "ffi_error")]
[INFO] [stdout] 379 | |     pub fn new(beatmap_path: AsciiPointer) -> Result<Self, Error> {
[INFO] [stdout] 380 | |         let str = beatmap_path.as_c_str().unwrap().to_str().unwrap();
[INFO] [stdout] 381 | |         Ok(Self {
[INFO] [stdout] 382 | |             inner: Beatmap::from_path(str).unwrap(),
[INFO] [stdout] 383 | |         })
[INFO] [stdout] 384 | |     }
[INFO] [stdout]     | |_____^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 378 ~     unsafe(#[ffi_service_ctor(on_panic = "ffi_error")]
[INFO] [stdout] 379 |     pub fn new(beatmap_path: AsciiPointer) -> Result<Self, Error> {
[INFO] [stdout] ...
[INFO] [stdout] 383 |         })
[INFO] [stdout] 384 ~     })
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/lib.rs:386:2
[INFO] [stdout]     |
[INFO] [stdout] 386 | /     #[ffi_service_ctor(on_panic = "ffi_error")]
[INFO] [stdout] 387 | |     pub fn from_data(beatmap_data: AsciiPointer) -> Result<Self, Error> {
[INFO] [stdout] 388 | |         let str = beatmap_data.as_c_str().unwrap().to_str().unwrap();
[INFO] [stdout] 389 | |         Ok(Self {
[INFO] [stdout] 390 | |             inner: Beatmap::from_bytes(str.as_bytes()).unwrap(),
[INFO] [stdout] 391 | |         })
[INFO] [stdout] 392 | |     }
[INFO] [stdout]     | |_____^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 386 ~     unsafe(#[ffi_service_ctor(on_panic = "ffi_error")]
[INFO] [stdout] 387 |     pub fn from_data(beatmap_data: AsciiPointer) -> Result<Self, Error> {
[INFO] [stdout] ...
[INFO] [stdout] 391 |         })
[INFO] [stdout] 392 ~     })
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/lib.rs:394:2
[INFO] [stdout]     |
[INFO] [stdout] 394 | /     #[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 395 | |     pub fn calculate(&mut self, score_params: &ScoreParams) -> CalculateResult {
[INFO] [stdout] 396 | |         let mods = score_params.mods;
[INFO] [stdout] 397 | |         let clock_rate = score_params.clockRate;
[INFO] [stdout] ...   |
[INFO] [stdout] 406 | |     }
[INFO] [stdout]     | |_____^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 394 ~     unsafe(#[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 395 |     pub fn calculate(&mut self, score_params: &ScoreParams) -> CalculateResult {
[INFO] [stdout] ...
[INFO] [stdout] 405 |         )
[INFO] [stdout] 406 ~     })
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/lib.rs:377:6
[INFO] [stdout]     |
[INFO] [stdout] 377 | impl Calculator {
[INFO] [stdout]     |      ^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html>
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 377 | impl unsafe(Calculator) {
[INFO] [stdout]     |      +++++++          +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.92s
[INFO] [stderr] crater-edition-check: rosu-pp-go v0.1.0 (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stderr]     Checking rosu-pp-go v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/lib.rs:61:2
[INFO] [stdout]    |
[INFO] [stdout] 61 | /     #[ffi_service_ctor]
[INFO] [stdout] 62 | |     pub fn new() -> Result<Self, Error> {
[INFO] [stdout] 63 | |         Ok(Self::default())
[INFO] [stdout] 64 | |     }
[INFO] [stdout]    | |_____^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 61 ~     unsafe(#[ffi_service_ctor]
[INFO] [stdout] 62 |     pub fn new() -> Result<Self, Error> {
[INFO] [stdout] 63 |         Ok(Self::default())
[INFO] [stdout] 64 ~     })
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/lib.rs:66:2
[INFO] [stdout]    |
[INFO] [stdout] 66 | /     #[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 67 | |     pub fn mode(&mut self, mode: Mode) {
[INFO] [stdout] 68 | |         self.mode = Some(mode).into();
[INFO] [stdout] 69 | |     }
[INFO] [stdout]    | |_____^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 66 ~     unsafe(#[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 67 |     pub fn mode(&mut self, mode: Mode) {
[INFO] [stdout] 68 |         self.mode = Some(mode).into();
[INFO] [stdout] 69 ~     })
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/lib.rs:71:2
[INFO] [stdout]    |
[INFO] [stdout] 71 | /     #[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 72 | |     pub fn mods(&mut self, mods: u32) {
[INFO] [stdout] 73 | |         self.mods = mods;
[INFO] [stdout] 74 | |     }
[INFO] [stdout]    | |_____^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 71 ~     unsafe(#[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 72 |     pub fn mods(&mut self, mods: u32) {
[INFO] [stdout] 73 |         self.mods = mods;
[INFO] [stdout] 74 ~     })
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/lib.rs:75:2
[INFO] [stdout]    |
[INFO] [stdout] 75 | /     #[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 76 | |     pub fn acc(&mut self, acc: f64) {
[INFO] [stdout] 77 | |         self.acc = Some(acc).into();
[INFO] [stdout] 78 | |     }
[INFO] [stdout]    | |_____^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 75 ~     unsafe(#[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 76 |     pub fn acc(&mut self, acc: f64) {
[INFO] [stdout] 77 |         self.acc = Some(acc).into();
[INFO] [stdout] 78 ~     })
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/lib.rs:79:2
[INFO] [stdout]    |
[INFO] [stdout] 79 | /     #[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 80 | |     pub fn n300(&mut self, n300: u32) {
[INFO] [stdout] 81 | |         self.n300 = Some(n300).into();
[INFO] [stdout] 82 | |     }
[INFO] [stdout]    | |_____^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 79 ~     unsafe(#[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 80 |     pub fn n300(&mut self, n300: u32) {
[INFO] [stdout] 81 |         self.n300 = Some(n300).into();
[INFO] [stdout] 82 ~     })
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/lib.rs:83:2
[INFO] [stdout]    |
[INFO] [stdout] 83 | /     #[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 84 | |     pub fn n100(&mut self, n100: u32) {
[INFO] [stdout] 85 | |         self.n100 = Some(n100).into();
[INFO] [stdout] 86 | |     }
[INFO] [stdout]    | |_____^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 83 ~     unsafe(#[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 84 |     pub fn n100(&mut self, n100: u32) {
[INFO] [stdout] 85 |         self.n100 = Some(n100).into();
[INFO] [stdout] 86 ~     })
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/lib.rs:87:2
[INFO] [stdout]    |
[INFO] [stdout] 87 | /     #[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 88 | |     pub fn n50(&mut self, n50: u32) {
[INFO] [stdout] 89 | |         self.n50 = Some(n50).into();
[INFO] [stdout] 90 | |     }
[INFO] [stdout]    | |_____^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 87 ~     unsafe(#[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 88 |     pub fn n50(&mut self, n50: u32) {
[INFO] [stdout] 89 |         self.n50 = Some(n50).into();
[INFO] [stdout] 90 ~     })
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/lib.rs:92:2
[INFO] [stdout]    |
[INFO] [stdout] 92 | /     #[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 93 | |     pub fn combo(&mut self, combo: u32) {
[INFO] [stdout] 94 | |         self.combo = Some(combo).into();
[INFO] [stdout] 95 | |     }
[INFO] [stdout]    | |_____^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 92 ~     unsafe(#[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 93 |     pub fn combo(&mut self, combo: u32) {
[INFO] [stdout] 94 |         self.combo = Some(combo).into();
[INFO] [stdout] 95 ~     })
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/lib.rs:96:2
[INFO] [stdout]    |
[INFO] [stdout] 96 | /     #[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 97 | |     pub fn score(&mut self, score: u32) {
[INFO] [stdout] 98 | |         self.score = Some(score).into();
[INFO] [stdout] 99 | |     }
[INFO] [stdout]    | |_____^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 96 ~     unsafe(#[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 97 |     pub fn score(&mut self, score: u32) {
[INFO] [stdout] 98 |         self.score = Some(score).into();
[INFO] [stdout] 99 ~     })
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/lib.rs:101:2
[INFO] [stdout]     |
[INFO] [stdout] 101 | /     #[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 102 | |     pub fn n_misses(&mut self, n_misses: u32) {
[INFO] [stdout] 103 | |         self.nMisses = Some(n_misses).into();
[INFO] [stdout] 104 | |     }
[INFO] [stdout]     | |_____^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 101 ~     unsafe(#[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 102 |     pub fn n_misses(&mut self, n_misses: u32) {
[INFO] [stdout] 103 |         self.nMisses = Some(n_misses).into();
[INFO] [stdout] 104 ~     })
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/lib.rs:106:2
[INFO] [stdout]     |
[INFO] [stdout] 106 | /     #[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 107 | |     pub fn n_katu(&mut self, n_katu: u32) {
[INFO] [stdout] 108 | |         self.nKatu = Some(n_katu).into();
[INFO] [stdout] 109 | |     }
[INFO] [stdout]     | |_____^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 106 ~     unsafe(#[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 107 |     pub fn n_katu(&mut self, n_katu: u32) {
[INFO] [stdout] 108 |         self.nKatu = Some(n_katu).into();
[INFO] [stdout] 109 ~     })
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/lib.rs:111:2
[INFO] [stdout]     |
[INFO] [stdout] 111 | /     #[ffi_service_method(on_panic = "return_default")]
[INFO] [stdout] 112 | |     pub fn passed_objects(&mut self, passed_objects: u32) {
[INFO] [stdout] 113 | |         self.passedObjects = Some(passed_objects).into();
[INFO] [stdout] 114 | |     }
[INFO] [stdout]     | |_____^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 111 ~     unsafe(#[ffi_service_method(on_panic = "return_default")]
[INFO] [stdout] 112 |     pub fn passed_objects(&mut self, passed_objects: u32) {
[INFO] [stdout] 113 |         self.passedObjects = Some(passed_objects).into();
[INFO] [stdout] 114 ~     })
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/lib.rs:116:2
[INFO] [stdout]     |
[INFO] [stdout] 116 | /     #[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 117 | |     pub fn clock_rate(&mut self, clock_rate: f64) {
[INFO] [stdout] 118 | |         self.clockRate = Some(clock_rate).into();
[INFO] [stdout] 119 | |     }
[INFO] [stdout]     | |_____^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 116 ~     unsafe(#[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 117 |     pub fn clock_rate(&mut self, clock_rate: f64) {
[INFO] [stdout] 118 |         self.clockRate = Some(clock_rate).into();
[INFO] [stdout] 119 ~     })
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/lib.rs:60:6
[INFO] [stdout]    |
[INFO] [stdout] 60 | impl ScoreParams {
[INFO] [stdout]    |      ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 60 | impl unsafe(ScoreParams) {
[INFO] [stdout]    |      +++++++           +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/lib.rs:378:2
[INFO] [stdout]     |
[INFO] [stdout] 378 | /     #[ffi_service_ctor(on_panic = "ffi_error")]
[INFO] [stdout] 379 | |     pub fn new(beatmap_path: AsciiPointer) -> Result<Self, Error> {
[INFO] [stdout] 380 | |         let str = beatmap_path.as_c_str().unwrap().to_str().unwrap();
[INFO] [stdout] 381 | |         Ok(Self {
[INFO] [stdout] 382 | |             inner: Beatmap::from_path(str).unwrap(),
[INFO] [stdout] 383 | |         })
[INFO] [stdout] 384 | |     }
[INFO] [stdout]     | |_____^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 378 ~     unsafe(#[ffi_service_ctor(on_panic = "ffi_error")]
[INFO] [stdout] 379 |     pub fn new(beatmap_path: AsciiPointer) -> Result<Self, Error> {
[INFO] [stdout] ...
[INFO] [stdout] 383 |         })
[INFO] [stdout] 384 ~     })
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/lib.rs:386:2
[INFO] [stdout]     |
[INFO] [stdout] 386 | /     #[ffi_service_ctor(on_panic = "ffi_error")]
[INFO] [stdout] 387 | |     pub fn from_data(beatmap_data: AsciiPointer) -> Result<Self, Error> {
[INFO] [stdout] 388 | |         let str = beatmap_data.as_c_str().unwrap().to_str().unwrap();
[INFO] [stdout] 389 | |         Ok(Self {
[INFO] [stdout] 390 | |             inner: Beatmap::from_bytes(str.as_bytes()).unwrap(),
[INFO] [stdout] 391 | |         })
[INFO] [stdout] 392 | |     }
[INFO] [stdout]     | |_____^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 386 ~     unsafe(#[ffi_service_ctor(on_panic = "ffi_error")]
[INFO] [stdout] 387 |     pub fn from_data(beatmap_data: AsciiPointer) -> Result<Self, Error> {
[INFO] [stdout] ...
[INFO] [stdout] 391 |         })
[INFO] [stdout] 392 ~     })
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/lib.rs:394:2
[INFO] [stdout]     |
[INFO] [stdout] 394 | /     #[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 395 | |     pub fn calculate(&mut self, score_params: &ScoreParams) -> CalculateResult {
[INFO] [stdout] 396 | |         let mods = score_params.mods;
[INFO] [stdout] 397 | |         let clock_rate = score_params.clockRate;
[INFO] [stdout] ...   |
[INFO] [stdout] 406 | |     }
[INFO] [stdout]     | |_____^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 394 ~     unsafe(#[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 395 |     pub fn calculate(&mut self, score_params: &ScoreParams) -> CalculateResult {
[INFO] [stdout] ...
[INFO] [stdout] 405 |         )
[INFO] [stdout] 406 ~     })
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/lib.rs:377:6
[INFO] [stdout]     |
[INFO] [stdout] 377 | impl Calculator {
[INFO] [stdout]     |      ^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 377 | impl unsafe(Calculator) {
[INFO] [stdout]     |      +++++++          +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/lib.rs:61:2
[INFO] [stdout]    |
[INFO] [stdout] 61 | /     #[ffi_service_ctor]
[INFO] [stdout] 62 | |     pub fn new() -> Result<Self, Error> {
[INFO] [stdout] 63 | |         Ok(Self::default())
[INFO] [stdout] 64 | |     }
[INFO] [stdout]    | |_____^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 61 ~     unsafe(#[ffi_service_ctor]
[INFO] [stdout] 62 |     pub fn new() -> Result<Self, Error> {
[INFO] [stdout] 63 |         Ok(Self::default())
[INFO] [stdout] 64 ~     })
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/lib.rs:66:2
[INFO] [stdout]    |
[INFO] [stdout] 66 | /     #[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 67 | |     pub fn mode(&mut self, mode: Mode) {
[INFO] [stdout] 68 | |         self.mode = Some(mode).into();
[INFO] [stdout] 69 | |     }
[INFO] [stdout]    | |_____^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 66 ~     unsafe(#[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 67 |     pub fn mode(&mut self, mode: Mode) {
[INFO] [stdout] 68 |         self.mode = Some(mode).into();
[INFO] [stdout] 69 ~     })
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/lib.rs:71:2
[INFO] [stdout]    |
[INFO] [stdout] 71 | /     #[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 72 | |     pub fn mods(&mut self, mods: u32) {
[INFO] [stdout] 73 | |         self.mods = mods;
[INFO] [stdout] 74 | |     }
[INFO] [stdout]    | |_____^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 71 ~     unsafe(#[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 72 |     pub fn mods(&mut self, mods: u32) {
[INFO] [stdout] 73 |         self.mods = mods;
[INFO] [stdout] 74 ~     })
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/lib.rs:75:2
[INFO] [stdout]    |
[INFO] [stdout] 75 | /     #[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 76 | |     pub fn acc(&mut self, acc: f64) {
[INFO] [stdout] 77 | |         self.acc = Some(acc).into();
[INFO] [stdout] 78 | |     }
[INFO] [stdout]    | |_____^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 75 ~     unsafe(#[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 76 |     pub fn acc(&mut self, acc: f64) {
[INFO] [stdout] 77 |         self.acc = Some(acc).into();
[INFO] [stdout] 78 ~     })
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/lib.rs:79:2
[INFO] [stdout]    |
[INFO] [stdout] 79 | /     #[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 80 | |     pub fn n300(&mut self, n300: u32) {
[INFO] [stdout] 81 | |         self.n300 = Some(n300).into();
[INFO] [stdout] 82 | |     }
[INFO] [stdout]    | |_____^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 79 ~     unsafe(#[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 80 |     pub fn n300(&mut self, n300: u32) {
[INFO] [stdout] 81 |         self.n300 = Some(n300).into();
[INFO] [stdout] 82 ~     })
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/lib.rs:83:2
[INFO] [stdout]    |
[INFO] [stdout] 83 | /     #[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 84 | |     pub fn n100(&mut self, n100: u32) {
[INFO] [stdout] 85 | |         self.n100 = Some(n100).into();
[INFO] [stdout] 86 | |     }
[INFO] [stdout]    | |_____^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 83 ~     unsafe(#[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 84 |     pub fn n100(&mut self, n100: u32) {
[INFO] [stdout] 85 |         self.n100 = Some(n100).into();
[INFO] [stdout] 86 ~     })
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/lib.rs:87:2
[INFO] [stdout]    |
[INFO] [stdout] 87 | /     #[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 88 | |     pub fn n50(&mut self, n50: u32) {
[INFO] [stdout] 89 | |         self.n50 = Some(n50).into();
[INFO] [stdout] 90 | |     }
[INFO] [stdout]    | |_____^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 87 ~     unsafe(#[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 88 |     pub fn n50(&mut self, n50: u32) {
[INFO] [stdout] 89 |         self.n50 = Some(n50).into();
[INFO] [stdout] 90 ~     })
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/lib.rs:92:2
[INFO] [stdout]    |
[INFO] [stdout] 92 | /     #[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 93 | |     pub fn combo(&mut self, combo: u32) {
[INFO] [stdout] 94 | |         self.combo = Some(combo).into();
[INFO] [stdout] 95 | |     }
[INFO] [stdout]    | |_____^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 92 ~     unsafe(#[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 93 |     pub fn combo(&mut self, combo: u32) {
[INFO] [stdout] 94 |         self.combo = Some(combo).into();
[INFO] [stdout] 95 ~     })
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/lib.rs:96:2
[INFO] [stdout]    |
[INFO] [stdout] 96 | /     #[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 97 | |     pub fn score(&mut self, score: u32) {
[INFO] [stdout] 98 | |         self.score = Some(score).into();
[INFO] [stdout] 99 | |     }
[INFO] [stdout]    | |_____^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 96 ~     unsafe(#[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 97 |     pub fn score(&mut self, score: u32) {
[INFO] [stdout] 98 |         self.score = Some(score).into();
[INFO] [stdout] 99 ~     })
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/lib.rs:101:2
[INFO] [stdout]     |
[INFO] [stdout] 101 | /     #[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 102 | |     pub fn n_misses(&mut self, n_misses: u32) {
[INFO] [stdout] 103 | |         self.nMisses = Some(n_misses).into();
[INFO] [stdout] 104 | |     }
[INFO] [stdout]     | |_____^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 101 ~     unsafe(#[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 102 |     pub fn n_misses(&mut self, n_misses: u32) {
[INFO] [stdout] 103 |         self.nMisses = Some(n_misses).into();
[INFO] [stdout] 104 ~     })
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/lib.rs:106:2
[INFO] [stdout]     |
[INFO] [stdout] 106 | /     #[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 107 | |     pub fn n_katu(&mut self, n_katu: u32) {
[INFO] [stdout] 108 | |         self.nKatu = Some(n_katu).into();
[INFO] [stdout] 109 | |     }
[INFO] [stdout]     | |_____^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 106 ~     unsafe(#[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 107 |     pub fn n_katu(&mut self, n_katu: u32) {
[INFO] [stdout] 108 |         self.nKatu = Some(n_katu).into();
[INFO] [stdout] 109 ~     })
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/lib.rs:111:2
[INFO] [stdout]     |
[INFO] [stdout] 111 | /     #[ffi_service_method(on_panic = "return_default")]
[INFO] [stdout] 112 | |     pub fn passed_objects(&mut self, passed_objects: u32) {
[INFO] [stdout] 113 | |         self.passedObjects = Some(passed_objects).into();
[INFO] [stdout] 114 | |     }
[INFO] [stdout]     | |_____^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 111 ~     unsafe(#[ffi_service_method(on_panic = "return_default")]
[INFO] [stdout] 112 |     pub fn passed_objects(&mut self, passed_objects: u32) {
[INFO] [stdout] 113 |         self.passedObjects = Some(passed_objects).into();
[INFO] [stdout] 114 ~     })
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/lib.rs:116:2
[INFO] [stdout]     |
[INFO] [stdout] 116 | /     #[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 117 | |     pub fn clock_rate(&mut self, clock_rate: f64) {
[INFO] [stdout] 118 | |         self.clockRate = Some(clock_rate).into();
[INFO] [stdout] 119 | |     }
[INFO] [stdout]     | |_____^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 116 ~     unsafe(#[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 117 |     pub fn clock_rate(&mut self, clock_rate: f64) {
[INFO] [stdout] 118 |         self.clockRate = Some(clock_rate).into();
[INFO] [stdout] 119 ~     })
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> src/lib.rs:60:6
[INFO] [stdout]    |
[INFO] [stdout] 60 | impl ScoreParams {
[INFO] [stdout]    |      ^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    |
[INFO] [stdout] 60 | impl unsafe(ScoreParams) {
[INFO] [stdout]    |      +++++++           +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/lib.rs:378:2
[INFO] [stdout]     |
[INFO] [stdout] 378 | /     #[ffi_service_ctor(on_panic = "ffi_error")]
[INFO] [stdout] 379 | |     pub fn new(beatmap_path: AsciiPointer) -> Result<Self, Error> {
[INFO] [stdout] 380 | |         let str = beatmap_path.as_c_str().unwrap().to_str().unwrap();
[INFO] [stdout] 381 | |         Ok(Self {
[INFO] [stdout] 382 | |             inner: Beatmap::from_path(str).unwrap(),
[INFO] [stdout] 383 | |         })
[INFO] [stdout] 384 | |     }
[INFO] [stdout]     | |_____^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 378 ~     unsafe(#[ffi_service_ctor(on_panic = "ffi_error")]
[INFO] [stdout] 379 |     pub fn new(beatmap_path: AsciiPointer) -> Result<Self, Error> {
[INFO] [stdout] ...
[INFO] [stdout] 383 |         })
[INFO] [stdout] 384 ~     })
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/lib.rs:386:2
[INFO] [stdout]     |
[INFO] [stdout] 386 | /     #[ffi_service_ctor(on_panic = "ffi_error")]
[INFO] [stdout] 387 | |     pub fn from_data(beatmap_data: AsciiPointer) -> Result<Self, Error> {
[INFO] [stdout] 388 | |         let str = beatmap_data.as_c_str().unwrap().to_str().unwrap();
[INFO] [stdout] 389 | |         Ok(Self {
[INFO] [stdout] 390 | |             inner: Beatmap::from_bytes(str.as_bytes()).unwrap(),
[INFO] [stdout] 391 | |         })
[INFO] [stdout] 392 | |     }
[INFO] [stdout]     | |_____^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 386 ~     unsafe(#[ffi_service_ctor(on_panic = "ffi_error")]
[INFO] [stdout] 387 |     pub fn from_data(beatmap_data: AsciiPointer) -> Result<Self, Error> {
[INFO] [stdout] ...
[INFO] [stdout] 391 |         })
[INFO] [stdout] 392 ~     })
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/lib.rs:394:2
[INFO] [stdout]     |
[INFO] [stdout] 394 | /     #[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 395 | |     pub fn calculate(&mut self, score_params: &ScoreParams) -> CalculateResult {
[INFO] [stdout] 396 | |         let mods = score_params.mods;
[INFO] [stdout] 397 | |         let clock_rate = score_params.clockRate;
[INFO] [stdout] ...   |
[INFO] [stdout] 406 | |     }
[INFO] [stdout]     | |_____^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 394 ~     unsafe(#[ffi_service_method(on_panic = "undefined_behavior")]
[INFO] [stdout] 395 |     pub fn calculate(&mut self, score_params: &ScoreParams) -> CalculateResult {
[INFO] [stdout] ...
[INFO] [stdout] 405 |         )
[INFO] [stdout] 406 ~     })
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/lib.rs:377:6
[INFO] [stdout]     |
[INFO] [stdout] 377 | impl Calculator {
[INFO] [stdout]     |      ^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 377 | impl unsafe(Calculator) {
[INFO] [stdout]     |      +++++++          +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rosu-pp-go` (lib test) due to 18 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `rosu-pp-go` (lib) due to 18 previous errors
[INFO] running `Command { std: "docker" "inspect" "473a734ce4411b8450ae32836f6f9f4af55b14461220d403b677d1a5d26855c4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "473a734ce4411b8450ae32836f6f9f4af55b14461220d403b677d1a5d26855c4", kill_on_drop: false }`
[INFO] [stdout] 473a734ce4411b8450ae32836f6f9f4af55b14461220d403b677d1a5d26855c4
